3.133 \(\int \sec ^{\frac {7}{2}}(c+d x) \sqrt {b \sec (c+d x)} \, dx\)

Optimal. Leaf size=70 \[ \frac {\sin ^3(c+d x) \sec ^{\frac {5}{2}}(c+d x) \sqrt {b \sec (c+d x)}}{3 d}+\frac {\sin (c+d x) \sqrt {\sec (c+d x)} \sqrt {b \sec (c+d x)}}{d} \]

[Out]

1/3*sec(d*x+c)^(5/2)*sin(d*x+c)^3*(b*sec(d*x+c))^(1/2)/d+sin(d*x+c)*sec(d*x+c)^(1/2)*(b*sec(d*x+c))^(1/2)/d

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.087, Rules used = {17, 3767} \[ \frac {\sin ^3(c+d x) \sec ^{\frac {5}{2}}(c+d x) \sqrt {b \sec (c+d x)}}{3 d}+\frac {\sin (c+d x) \sqrt {\sec (c+d x)} \sqrt {b \sec (c+d x)}}{d} \]

Antiderivative was successfully verified.

[In]

Int[Sec[c + d*x]^(7/2)*Sqrt[b*Sec[c + d*x]],x]

[Out]

(Sqrt[Sec[c + d*x]]*Sqrt[b*Sec[c + d*x]]*Sin[c + d*x])/d + (Sec[c + d*x]^(5/2)*Sqrt[b*Sec[c + d*x]]*Sin[c + d*
x]^3)/(3*d)

Rule 17

Int[(u_.)*((a_.)*(v_))^(m_)*((b_.)*(v_))^(n_), x_Symbol] :> Dist[(a^(m + 1/2)*b^(n - 1/2)*Sqrt[b*v])/Sqrt[a*v]
, Int[u*v^(m + n), x], x] /; FreeQ[{a, b, m}, x] &&  !IntegerQ[m] && IGtQ[n + 1/2, 0] && IntegerQ[m + n]

Rule 3767

Int[csc[(c_.) + (d_.)*(x_)]^(n_), x_Symbol] :> -Dist[d^(-1), Subst[Int[ExpandIntegrand[(1 + x^2)^(n/2 - 1), x]
, x], x, Cot[c + d*x]], x] /; FreeQ[{c, d}, x] && IGtQ[n/2, 0]

Rubi steps

\begin {align*} \int \sec ^{\frac {7}{2}}(c+d x) \sqrt {b \sec (c+d x)} \, dx &=\frac {\sqrt {b \sec (c+d x)} \int \sec ^4(c+d x) \, dx}{\sqrt {\sec (c+d x)}}\\ &=-\frac {\sqrt {b \sec (c+d x)} \operatorname {Subst}\left (\int \left (1+x^2\right ) \, dx,x,-\tan (c+d x)\right )}{d \sqrt {\sec (c+d x)}}\\ &=\frac {\sqrt {\sec (c+d x)} \sqrt {b \sec (c+d x)} \sin (c+d x)}{d}+\frac {\sec ^{\frac {5}{2}}(c+d x) \sqrt {b \sec (c+d x)} \sin ^3(c+d x)}{3 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.09, size = 45, normalized size = 0.64 \[ \frac {\left (\frac {1}{3} \tan ^3(c+d x)+\tan (c+d x)\right ) \sqrt {b \sec (c+d x)}}{d \sqrt {\sec (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sec[c + d*x]^(7/2)*Sqrt[b*Sec[c + d*x]],x]

[Out]

(Sqrt[b*Sec[c + d*x]]*(Tan[c + d*x] + Tan[c + d*x]^3/3))/(d*Sqrt[Sec[c + d*x]])

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 43, normalized size = 0.61 \[ \frac {{\left (2 \, \cos \left (d x + c\right )^{2} + 1\right )} \sqrt {\frac {b}{\cos \left (d x + c\right )}} \sin \left (d x + c\right )}{3 \, d \cos \left (d x + c\right )^{\frac {5}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^(7/2)*(b*sec(d*x+c))^(1/2),x, algorithm="fricas")

[Out]

1/3*(2*cos(d*x + c)^2 + 1)*sqrt(b/cos(d*x + c))*sin(d*x + c)/(d*cos(d*x + c)^(5/2))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {b \sec \left (d x + c\right )} \sec \left (d x + c\right )^{\frac {7}{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^(7/2)*(b*sec(d*x+c))^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(b*sec(d*x + c))*sec(d*x + c)^(7/2), x)

________________________________________________________________________________________

maple [A]  time = 1.07, size = 52, normalized size = 0.74 \[ \frac {\left (2 \left (\cos ^{2}\left (d x +c \right )\right )+1\right ) \left (\frac {1}{\cos \left (d x +c \right )}\right )^{\frac {7}{2}} \sqrt {\frac {b}{\cos \left (d x +c \right )}}\, \cos \left (d x +c \right ) \sin \left (d x +c \right )}{3 d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(d*x+c)^(7/2)*(b*sec(d*x+c))^(1/2),x)

[Out]

1/3/d*(2*cos(d*x+c)^2+1)*(1/cos(d*x+c))^(7/2)*(b/cos(d*x+c))^(1/2)*cos(d*x+c)*sin(d*x+c)

________________________________________________________________________________________

maxima [B]  time = 0.83, size = 294, normalized size = 4.20 \[ \frac {4 \, {\left ({\left (3 \, \cos \left (2 \, d x + 2 \, c\right ) + 1\right )} \sin \left (6 \, d x + 6 \, c\right ) + 3 \, {\left (3 \, \cos \left (2 \, d x + 2 \, c\right ) + 1\right )} \sin \left (4 \, d x + 4 \, c\right ) - 3 \, \cos \left (6 \, d x + 6 \, c\right ) \sin \left (2 \, d x + 2 \, c\right ) - 9 \, \cos \left (4 \, d x + 4 \, c\right ) \sin \left (2 \, d x + 2 \, c\right )\right )} \sqrt {b}}{3 \, {\left (2 \, {\left (3 \, \cos \left (4 \, d x + 4 \, c\right ) + 3 \, \cos \left (2 \, d x + 2 \, c\right ) + 1\right )} \cos \left (6 \, d x + 6 \, c\right ) + \cos \left (6 \, d x + 6 \, c\right )^{2} + 6 \, {\left (3 \, \cos \left (2 \, d x + 2 \, c\right ) + 1\right )} \cos \left (4 \, d x + 4 \, c\right ) + 9 \, \cos \left (4 \, d x + 4 \, c\right )^{2} + 9 \, \cos \left (2 \, d x + 2 \, c\right )^{2} + 6 \, {\left (\sin \left (4 \, d x + 4 \, c\right ) + \sin \left (2 \, d x + 2 \, c\right )\right )} \sin \left (6 \, d x + 6 \, c\right ) + \sin \left (6 \, d x + 6 \, c\right )^{2} + 9 \, \sin \left (4 \, d x + 4 \, c\right )^{2} + 18 \, \sin \left (4 \, d x + 4 \, c\right ) \sin \left (2 \, d x + 2 \, c\right ) + 9 \, \sin \left (2 \, d x + 2 \, c\right )^{2} + 6 \, \cos \left (2 \, d x + 2 \, c\right ) + 1\right )} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^(7/2)*(b*sec(d*x+c))^(1/2),x, algorithm="maxima")

[Out]

4/3*((3*cos(2*d*x + 2*c) + 1)*sin(6*d*x + 6*c) + 3*(3*cos(2*d*x + 2*c) + 1)*sin(4*d*x + 4*c) - 3*cos(6*d*x + 6
*c)*sin(2*d*x + 2*c) - 9*cos(4*d*x + 4*c)*sin(2*d*x + 2*c))*sqrt(b)/((2*(3*cos(4*d*x + 4*c) + 3*cos(2*d*x + 2*
c) + 1)*cos(6*d*x + 6*c) + cos(6*d*x + 6*c)^2 + 6*(3*cos(2*d*x + 2*c) + 1)*cos(4*d*x + 4*c) + 9*cos(4*d*x + 4*
c)^2 + 9*cos(2*d*x + 2*c)^2 + 6*(sin(4*d*x + 4*c) + sin(2*d*x + 2*c))*sin(6*d*x + 6*c) + sin(6*d*x + 6*c)^2 +
9*sin(4*d*x + 4*c)^2 + 18*sin(4*d*x + 4*c)*sin(2*d*x + 2*c) + 9*sin(2*d*x + 2*c)^2 + 6*cos(2*d*x + 2*c) + 1)*d
)

________________________________________________________________________________________

mupad [B]  time = 2.55, size = 126, normalized size = 1.80 \[ \frac {2\,\cos \left (c+d\,x\right )\,\sqrt {\frac {b}{\cos \left (c+d\,x\right )}}\,\sqrt {\frac {1}{\cos \left (c+d\,x\right )}}\,\left (4\,\sin \left (c+d\,x\right )+5\,\sin \left (3\,c+3\,d\,x\right )+\sin \left (5\,c+5\,d\,x\right )+\cos \left (c+d\,x\right )\,10{}\mathrm {i}+\cos \left (3\,c+3\,d\,x\right )\,5{}\mathrm {i}+\cos \left (5\,c+5\,d\,x\right )\,1{}\mathrm {i}\right )}{3\,d\,\left (10\,\cos \left (c+d\,x\right )+5\,\cos \left (3\,c+3\,d\,x\right )+\cos \left (5\,c+5\,d\,x\right )\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b/cos(c + d*x))^(1/2)*(1/cos(c + d*x))^(7/2),x)

[Out]

(2*cos(c + d*x)*(b/cos(c + d*x))^(1/2)*(1/cos(c + d*x))^(1/2)*(cos(c + d*x)*10i + 4*sin(c + d*x) + cos(3*c + 3
*d*x)*5i + cos(5*c + 5*d*x)*1i + 5*sin(3*c + 3*d*x) + sin(5*c + 5*d*x)))/(3*d*(10*cos(c + d*x) + 5*cos(3*c + 3
*d*x) + cos(5*c + 5*d*x)))

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)**(7/2)*(b*sec(d*x+c))**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________